x86emul: introduce CASE_SIMD_..._FP_VEX()
authorJan Beulich <jbeulich@suse.com>
Mon, 23 Dec 2019 13:16:11 +0000 (14:16 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 23 Dec 2019 13:16:11 +0000 (14:16 +0100)
commita555d3363d8804087377f3c53edc6bb500efd2eb
tree31b30b4d3345eebdf1299e96522ebdd392db99f9
parent053118f7accfbe5b28e5a85d6d2948d754a7d338
x86emul: introduce CASE_SIMD_..._FP_VEX()

Since there are many AVX{,2} insns having legacy SIMD counterparts, have
macros covering both in one go. This (imo) improves readability and helps
prepare for optionally disabling SIMD support in the emulator.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c